{% extends 'profilebase.html' %} {% block intro %}

Hi,

I'm {% for word in name.split(' ') %} {% if loop.last %} {{ word }}, {% endif %} {% if not loop.last %} {{ word }} {% endif%} {% endfor %}

MLH Fellow


Linkedin Github
{% endblock %} {% block waves%} {% endblock %} {% block hobbies %} {% endblock %} {% block skills %} {% endblock %} {% block first %}

Weather App

Application showing global weather data from different major cities. Designed the interface with SwiftUI.

See Code {% endblock %} {% block second %}

Simon Says

Developed a fun web-based game that resembles the classic Simon Says game using HTML, CSS, and JavaScript.

See Code {% endblock %}